Skip to main content

Move Mouse

Overview


Moves the mouse to the target specified.

Input

Browser

NameRequiredDescription
Browser InstanceWhich browser instance to run against.

Target

NameRequiredDescription
PositionA tool to help you visualise the mouse position.
X CoordinateX Coordinate relative to the top-left point of the viewport.
Y CoordinateY Coordinate relative to the top-left point of the viewport.

Options

NameRequiredDescription
Number of StepsHow many steps to take between the current mouse position and the target. Default is 1.

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.